Added syntax highlighting classes
authorØyvind Kolås <ok@src.gnome.org>
Wed, 24 Aug 2005 15:01:25 +0000 (15:01 +0000)
committerØyvind Kolås <ok@src.gnome.org>
Wed, 24 Aug 2005 15:01:25 +0000 (15:01 +0000)
ChangeLog
docs/babl.css

index 2a94fb2223640fb84f2268914a05c6e6e3b44c49..e6e92d9d6077e6051045b841e3d5a2a04a4b78e4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-08-24  Øyvind Kolås  <pippin@gimp.org>
+
+       * docs/babl.css: Added code highlighting classes.
+
 2005-08-24  Øyvind Kolås  <pippin@gimp.org>
 
        * NEWS: remove draft for news release, at initial release everything
index 0276b78732e3b79fd705d829ce775191ddf0e9d2..6caa3f183350bb4bc425f399e786741ada5db6a5 100644 (file)
         overflow: hidden;
         border-top: 1px solid #ccc;
       }
+      span.string {
+        color: #060;
+      }
+      span.function {
+        color: #006;
+      }
+      span.paren {
+        color: #555;
+      }
+      span.NULL {
+        color: #555;
+      }
       pre.authors {
         font-size: 100%;
         font-family: FreeSans, Verdana, sans-serif;